loop code meaning in Chinese
循环程序
循环码
Examples
- Instead of writing multiple unit tests that call the api , each with a new set of inputs , or creating an array in a unit test and using looping code , you can instead write a single unit test method that exercises the api
不是编写调用api的多个单元测试(每个单元测试均具有一组新的输入) ,也不是在单元测试中创建一个数组并使用循环代码,而是可以编写执行api的单个单元测试方法。